home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TENTERPSWDLG / TENTERPSWDLG.txt
Text File  |  2004-10-12  |  3KB  |  142 lines

  1. object EnterPswDlg: TEnterPswDlg
  2.   Left = 384
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter password'
  7.   ClientHeight = 261
  8.   ClientWidth = 362
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ClientPanel: TPanel
  23.     Left = 0
  24.     Top = 149
  25.     Width = 362
  26.     Height = 52
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object lTitle: TLabel
  31.       Left = 8
  32.       Top = 8
  33.       Width = 345
  34.       Height = 13
  35.       AutoSize = False
  36.       Caption = '&Password'
  37.       FocusControl = ePsw
  38.       WordWrap = True
  39.     end
  40.     object ePsw: TEdit
  41.       Left = 8
  42.       Top = 26
  43.       Width = 347
  44.       Height = 21
  45.       MaxLength = 70
  46.       PasswordChar = '*'
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object BottomPanel: TPanel
  51.     Left = 0
  52.     Top = 223
  53.     Width = 362
  54.     Height = 38
  55.     Align = alBottom
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     object bOK: TButton
  59.       Left = 200
  60.       Top = 2
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'OK'
  64.       Default = True
  65.       ModalResult = 1
  66.       TabOrder = 0
  67.     end
  68.     object bCancel: TButton
  69.       Left = 280
  70.       Top = 2
  71.       Width = 75
  72.       Height = 25
  73.       Cancel = True
  74.       Caption = 'Cancel'
  75.       ModalResult = 2
  76.       TabOrder = 1
  77.     end
  78.     object bCustom: TButton
  79.       Left = 8
  80.       Top = 2
  81.       Width = 105
  82.       Height = 25
  83.       ModalResult = 6
  84.       TabOrder = 2
  85.     end
  86.     object bHelp: TButton
  87.       Left = 120
  88.       Top = 2
  89.       Width = 75
  90.       Height = 25
  91.       Caption = 'Help'
  92.       Enabled = False
  93.       TabOrder = 3
  94.       Visible = False
  95.       OnClick = bHelpClick
  96.     end
  97.   end
  98.   object TopPanel: TPanel
  99.     Left = 0
  100.     Top = 0
  101.     Width = 362
  102.     Height = 149
  103.     Align = alTop
  104.     BevelOuter = bvNone
  105.     TabOrder = 2
  106.     object lListTitle: TLabel
  107.       Left = 8
  108.       Top = 6
  109.       Width = 353
  110.       Height = 27
  111.       AutoSize = False
  112.       Caption = 'Can be decrypted by'
  113.       FocusControl = ePsw
  114.       WordWrap = True
  115.     end
  116.     object ListBox: TListBox
  117.       Left = 8
  118.       Top = 40
  119.       Width = 347
  120.       Height = 105
  121.       ItemHeight = 13
  122.       TabOrder = 0
  123.     end
  124.   end
  125.   object pnCheckbox: TPanel
  126.     Left = 0
  127.     Top = 201
  128.     Width = 362
  129.     Height = 22
  130.     Align = alBottom
  131.     BevelOuter = bvNone
  132.     TabOrder = 3
  133.     object CheckBox: TCheckBox
  134.       Left = 8
  135.       Top = 0
  136.       Width = 345
  137.       Height = 17
  138.       TabOrder = 0
  139.     end
  140.   end
  141. end
  142.